environment variable 예문
예문 더보기: 1 2 3 4 5 6 7 8 9 10
- SET Displays, sets, or removes Windows environment variables.
SET Windows 환경 변수를 보여주거나, 설정하거나, 지웁니다. - This can be overcome by setting an environment variable:
이것은 환경 변수를 설정함으로서 극복할 수 있습니다: - To run different environments, set the APP_ENV environment variable:
다른 환경으로 실행시키려면 APP_ENV 환경 변수를 사용하세요. - See the environment variable documentation for more details.
자세한 내용은 환경변수 문서 를 참고하라. - Environments can be set through the APP_ENV environment variable.
환경은 APP_ENV 환경 변수를 통해서도 설정됩니다.